home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0198 / AMOSLIST / 000001_amos-request@svcs1.digex.net_Fri Jan 2 18:03:43 1998.msg < prev    next >
Text File  |  1998-06-24  |  3KB  |  68 lines

  1. >From amos-request@svcs1.digex.net  Fri Jan  2 18:03:43 1998
  2. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  3.     by pony-1.mail.digex.net (8.8.8/8.8.8) with ESMTP id SAA22955
  4.     for <mcox@access.digex.net>; Fri, 2 Jan 1998 18:03:43 -0500 (EST)
  5. Received: (from daemon@localhost)
  6.     by svcs1.digex.net (8.8.5/8.8.5) id QAA23080
  7.     for amos-out; Fri, 2 Jan 1998 16:38:04 -0500 (EST)
  8. Received: from pony-1.mail.digex.net (pony-1.mail.digex.net [204.91.241.5])
  9.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id QAA23077
  10.     for <amos-list@svcs1.digex.net>; Fri, 2 Jan 1998 16:38:03 -0500 (EST)
  11. Received: from Grynet.passagen.se (grynet.passagen.se [194.17.55.99])
  12.     by pony-1.mail.digex.net (8.8.8/8.8.8) with ESMTP id QAA11942
  13.     for <amos-list@access.digex.net>; Fri, 2 Jan 1998 16:38:01 -0500 (EST)
  14. Received: from [130.239.8.215] (ipcs6-1.modem.umu.se [130.239.8.215])
  15.     by Grynet.passagen.se (8.8.6/8.8.6) with SMTP id WAA20557
  16.     for <amos-list@access.digex.net>; Fri, 2 Jan 1998 22:37:53 +0100 (MET)
  17. Message-Id: <199801022137.WAA20557@Grynet.passagen.se>
  18. Subject: New Extension
  19. Date: Fri, 2 Jan 98 22:37:58 +0100
  20. x-mailer: Claris Emailer 2.0v2, June 6, 1997
  21. From: Timo Engman <timoeng@hem1.passagen.se>
  22. To: "AMOS List" <amos-list@access.digex.net>
  23. Mime-Version: 1.0
  24. Content-Type: text/plain; charset="US-ASCII"
  25. Status: O
  26. X-Status: 
  27.  
  28. Hello.
  29.  
  30. I'm Timo Engman, and programming a new extension - which is called 
  31. "Second-Hand Extension", the current version is 0.01d6 but please, all 
  32. AMOSPro users - mail me and let me hear if I may add new commands to this 
  33. extension that the users want...For now, the extension have five commands 
  34. :-) pretty lame. But I learning how to program the graphics...
  35.  
  36. Bmove adr,x - move bytes quick as hell much faster than Poke (no checking)
  37. Wmove adr,x - same here but words much faster than Doke
  38. Lmove adr,x - same here but longwords , faster than Loke
  39.  
  40. I mean 4-5 times faster !!!
  41.  
  42. and then two shitty commands
  43.  
  44. Shand Version
  45. Shand Stage$
  46.  
  47. The extension uses slot 22 but mail me and I may change it to whatever.
  48. Check the aminet/dev/amos/ for this extension...later...
  49. Maybe I mail the .Lib file soon, to the Mailing List.
  50.  
  51. A Problem 1: How to return a string from a routine (and change it's 
  52. length) from it, the string is in the extension
  53.  
  54. dc.w TheLength
  55. dc.b "TheString",0
  56. even
  57.  
  58. Problem 2: How to get a pointer from the extension in assembler, 
  59. typically i want the pointer for a variable, same as Varptr(variable) and 
  60. pointer for an array, same as Varptr(var(array))
  61.  
  62. Hope that all peoples understanding my bad english (I'm swedish)...And 
  63. those people who don't like the assembler language.
  64.  
  65. /Timo Engman
  66.  
  67.  
  68.